home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TA / (A)TAS.ADF / DefSysDk / DefSysDisk.doc < prev    next >
Text File  |  1986-08-01  |  1KB  |  39 lines

  1. I took J.K. Levie's "DefDisk" and made with the workbench.
  2.  
  3. This program will reassign SYS, C, LIBS, FONTS, DEVS, L, and S to another
  4. disk if they are *already* assigned. Here is a sample use:
  5.  
  6.    Boot with DPaint
  7.    finish artwork
  8.    start a CLI
  9.    >DefSysDisk TelecommWorkbench:
  10.    >Run Amic
  11.  
  12. -or-
  13.  
  14.    Boot with DPaint
  15.    finish artwork
  16.    hold shift, click DefSysDisk icon, double-click TelecommWorkbench disk icon
  17.    double-click Amic icon
  18.  
  19. This way you don't have to do many (7) assigns or reboot to use programs on
  20. the other Workbench (SYS) without getting tons of requesters.
  21.  
  22. Usage: 
  23. > DefSysDisk dev:[dir.../dir]
  24. ( [dev:[dir.../dir] becomes SYS: )
  25.  
  26. or 
  27. hold shift
  28. click DefSysDisk
  29. double click a disk icon
  30. ( the double clicked disk becomes SYS: )
  31.  
  32.  
  33. The source code (Oxxi Modula-2) should clearly demonstrate how to access
  34. the startup message Workbench sends.
  35. Note: if you startup programs from the Workbench compiled with Oxxi you
  36.   will get a window "raw:10/10/320/80/stuff....". I use DiskZap on the final
  37.   program to change the window to "raw:10/10/000/00/stuff....".
  38.   This effectively eliminates that bothersome window.
  39.